home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / FontChoice.wo / FontChoice.wod < prev    next >
Encoding:
Text File  |  1996-03-02  |  327 b   |  18 lines

  1. ////////////////////////
  2. //  FontChoice
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. FontRadioMatrix: RadioMatrix {
  8.     matrixName = matrixName;
  9.     selectedItem = selectedItem;
  10.     valueStringsList = fontChoices;
  11.     borderSize = borderSize;
  12.     isVertical = isVertical;
  13. };
  14.  
  15. Comment: WOConditional {
  16.     condition = NO;
  17. };
  18.